home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WINDBASE / WCS.LZH / WCOLLS.EXE / ADDENDA.DOC next >
Text File  |  1992-04-14  |  4KB  |  110 lines

  1.  
  2.  
  3.             Addenda -- WCS 1.0
  4.  
  5.  
  6.       TECHNICAL INFORMATION:   File Structures
  7.  
  8.       Condition file:        condit.ION
  9.                 list
  10.  
  11.       Templates:                  *.DEF
  12.                   picklist name
  13.                   collection name
  14.                   user integer name
  15.                  list
  16.  
  17.       Database Files:            *.WDB
  18.                    DEF filename
  19.                    description
  20.                    value
  21.                    cost
  22.                    user picklist pointer
  23.                    condition pointer
  24.                    text / photo filename pointer
  25.  
  26.        User Text Files:          *.CST
  27.  
  28.        User Photo Files:         *.BMP
  29.  
  30.        ********************************************************************
  31.  
  32.        WDL Hook
  33.  
  34.        ********************************************************************
  35.  
  36.        A new Alston Software Labs product for Windows is being released in
  37.        Summer 1992 -- Windows Disk Labels. This program allows object
  38.        oriented label manipulation, and unlike the name may suggest, does
  39.        far more than disk labels.
  40.  
  41.        WCS has a DDE link to WDL built in. What this means to you is that
  42.        you can use the *.CST text files to hold J-Card information, for
  43.        instance, in a CASSETTE template, and use WCS to feed WDL to print
  44.        the labels directly. You now can use more general purpose tools like
  45.        WCS to record MUSIC database information with rather than purchase
  46.        or use specialty programs that specifically make J-Card printing a
  47.        special 'feature.' This also works likewise in other WCS 'database'
  48.        templates as well: Video tapes, software on disk, etc...
  49.  
  50.        ********************************************************************
  51.  
  52.        SO WHAT'S THAT WIERD ICON OVER BY THE PHOTO ICON?
  53.  
  54.        ********************************************************************
  55.  
  56.        That's supposed to be a shuttle launching.
  57.  
  58.        It is a launchpad. The file LAUNCH.INI holds the information that
  59.        can be used by a 3rd party Windows program which is started from
  60.        WCS.
  61.  
  62.        LAUNCH.INI
  63.        icon name to place on the WCS screen    ( * .ICO)
  64.        path and name of program
  65.  
  66.        The icon is whatever the 3rd party program uses.
  67.  
  68.        What do you do with it?
  69.  
  70.        Well, the general idea is that someone could create add-ons to WCS
  71.        files to make life a little easier.
  72.  
  73.        Take the case of a collector of baseball cards, as a 'for instance.'
  74.        This collector has his '91 Fleer cards in a file and has scanned
  75.        photos of his cards. What he would like, however, is a more full
  76.        featured card program that manipulates statistics...
  77.  
  78.        Well, a 3rd party could easily provide 2 text templates, like
  79.        BATTING.TXT and PITCHING.TXT as follows:
  80.  
  81.        (Example of BATTING text statistics template)
  82.  
  83.        BATTING.TXT:
  84.  
  85.        AB:_____
  86.  
  87.        SB:_____
  88.  
  89.        BB:_____
  90.  
  91.        SO:_____
  92.  
  93.        HR:_____
  94.  
  95.        Essentially, at each record, the user clicks the notebook icon,
  96.        chooses IMPORT TEXT, and imports batting or pitching as needed.
  97.        Then, he can fill in the statistics. Either that, or the 3rd party
  98.        may have included a ready made statistics file.
  99.  
  100.        Now when the 3rd party icon is clicked (say they use a baseball bat)
  101.        the 3rd party program comes up ON TOP OF WCS and reads in the WCS
  102.        text files; the user can now manipulate his statistics as needed.
  103.  
  104.        The nice thing is that WCS still has all of the BASIC information
  105.        inside it, plus all of the scanned photos. Not only that, maybe
  106.        this same user has a STAMP collection, some old beer cans, etc...
  107.  
  108.        (Heck, prod us enough an WE may add a baseball add-on!)
  109.  
  110.